home *** CD-ROM | disk | FTP | other *** search
/ Datatid 1999 #6 / Datatid_1999-06.iso / internet / Smart Site v2.0 / smartsitedemo.exe / data1.cab / Shared_Program_Files / modules / sgml / HTMLmisc.ent < prev    next >
Encoding:
Text File  |  1998-11-04  |  3.5 KB  |  62 lines

  1. <!-- Special characters for HTML -->
  2.  
  3. <!-- Character entity set. Typical invocation:
  4.      <!ENTITY % HTMLspecial PUBLIC
  5.        "-//W3C//ENTITIES Special//EN//HTML">
  6.      %HTMLspecial; -->
  7.  
  8. <!-- Portions (C) International Organization for Standardization 1986:
  9.      Permission to copy in any form is granted for use with
  10.      conforming SGML systems and applications as defined in
  11.      ISO 8879, provided this notice is included in all copies.
  12. -->
  13.  
  14. <!-- Relevant ISO entity set is given unless names are newly introduced.
  15.      New names (ie, not in ISO 8879 list) do not clash with any
  16.      existing ISO 8879 entity names. Unicode character numbers
  17.      are given for each character, in hex, and are identical for
  18.      Unicode 1.1 and Unicode 2.0. CDATA values are decimal conversions 
  19.      of the Unicode values. Names are Unicode 2.0 names.
  20. -->
  21.  
  22. <!-- C0 Controls and Basic Latin -->
  23. <!ENTITY quot    CDATA """    -- quotation mark, =apl quote, U0022 ISOnum -->
  24. <!ENTITY amp     CDATA "&"    -- ampersand, U0026 ISOnum -->
  25. <!ENTITY lt      CDATA "<"    -- less-than sign, U003C ISOnum -->
  26. <!ENTITY gt      CDATA ">"    -- greater-than sign, U003E ISOnum -->
  27.  
  28. <!-- Latin Extended-A -->
  29. <!ENTITY OElig   CDATA "Œ"  -- latin capital ligature oe, U0152 ISOlat2 -->
  30. <!ENTITY oelig   CDATA "œ"  -- latin small ligature oe, U0153 ISOlat2 -->
  31. <!-- ligature is a misnomer, this is a separate character in some languages -->
  32. <!ENTITY Scaron  CDATA "Š"  -- latin capital letter s with caron, U0160 ISOlat2 -->
  33. <!ENTITY scaron  CDATA "š"  -- latin small letter s with caron, U0161 ISOlat2 -->
  34. <!ENTITY Yuml    CDATA "Ÿ"  -- latin capital letter y with diaeresis, U0178 ISOlat2 -->
  35.  
  36. <!-- Spacing Modifier Letters -->
  37. <!ENTITY circ    CDATA "ˆ"   -- modifier letter circumflex accent, U02C6 ISOpub -->
  38. <!ENTITY tilde   CDATA "˜"   -- small tilde, U02DC ISOdia -->
  39.  
  40. <!-- General Punctuation -->
  41. <!ENTITY ensp    CDATA " "  -- en space, U2002 ISOpub -->
  42. <!ENTITY emsp    CDATA " "  -- em space, U2003 ISOpub -->
  43. <!ENTITY thinsp  CDATA " "  -- thin space, U2009 ISOpub -->
  44. <!ENTITY zwnj    CDATA "‌"  -- zero width non-joiner, U200C NEW RFC 2070 -->
  45. <!ENTITY zwj     CDATA "‍"  -- zero width joiner, U200D NEW RFC 2070 -->
  46. <!ENTITY lrm     CDATA "‎"  -- left-to-right mark, U200E NEW RFC 2070 -->
  47. <!ENTITY rlm     CDATA "‏"  -- right-to-left mark, U200F NEW RFC 2070 -->
  48. <!ENTITY ndash   CDATA "–"  -- en dash, U2013 ISOpub -->
  49. <!ENTITY mdash   CDATA "—"  -- em dash, U2014 ISOpub -->
  50. <!ENTITY lsquo   CDATA "‘"  -- left single quotation mark, U2018 ISOnum -->
  51. <!ENTITY rsquo   CDATA "’"  -- right single quotation mark, U2019 ISOnum -->
  52. <!ENTITY sbquo   CDATA "‚"  -- single low-9 quotation mark, U201A NEW -->
  53. <!ENTITY ldquo   CDATA "“"  -- left double quotation mark, U201C ISOnum -->
  54. <!ENTITY rdquo   CDATA "”"  -- right double quotation mark, U201D ISOnum -->
  55. <!ENTITY bdquo   CDATA "„"  -- double low-9 quotation mark, U201E NEW -->
  56. <!ENTITY dagger  CDATA "†"  -- dagger, U2020 ISOpub -->
  57. <!ENTITY Dagger  CDATA "‡"  -- double dagger, U2021 ISOpub -->
  58. <!ENTITY permil  CDATA "‰"  -- per mille sign, U2030 ISOtech -->
  59. <!ENTITY lsaquo  CDATA "‹"  -- single left-pointing angle quotation mark, U2039 ISO proposed -->
  60. <!-- lsaquo is proposed but not yet ISO standardised -->
  61. <!ENTITY rsaquo  CDATA "›"  -- single right-pointing angle quotation mark, U203A ISO proposed -->
  62. <!-- rsaquo is proposed but not yet ISO standardised -->